home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1997 August
/
Macworld (1997-08).dmg
/
Shareware World
/
Comms & Internet
/
renam121
/
History.txt
next >
Wrap
Text File
|
1997-06-17
|
5KB
|
116 lines
HTML Rename! Version History
HTML Rename! for Windows:
v1.00 27-Nov-96 Initial release
v1.10 10-Mar-97 Support for new tags, external text editor
v1.20 08-May-97 Relative or absolute URLs, ISO-8859-1 charset
v1.21 14-May-97 Fix relative URL substitution bug, base tags
HTML Rename! for Macintosh:
v1.00 27-Nov-96 Initial release
v1.10 10-Mar-97 Support for new tags, external text editor
v1.20 08-May-97 Relative or absolute URLs, ISO-8859-1 charset
v1.21 14-May-97 Fix relative URL substitution bug, base tags
Check "http://www.visiontec.com/rename" for the latest version information.
Changes in version 1.21:
* Fixed a bug which sometimes substituted invalid directory paths when
updating links for relative URLs
* Fixed bugs in updating links in files with <base href="URL"> tags
* Fixed a bug which sometimes missed the end of a comment tag (and thus
ignored valid tags until the end of the next comment tag)
Changes in version 1.20:
* Option to convert local links to relative or absolute URLs
* Choice of uppercase or lowercase for all target filesystems
* Recognize text files with the ISO-8859-1 extended character set used
in many Latin-alphabet-based European languages (the <meta http-
equiv="Content-Type" content="text/html; charset=iso-8859-1"> tag must
be included in the head of the file)
* Expanded recognition of HTML files -- any file with <HTML> and <HEAD>
tags are seen as HTML files, regardless of the filename extension
* Windows NT only: found a workaround for an NT-specific file query bug
which caused frequent crashes
* Fixed a bug in renaming URLs of form: <a href="http:../Content1.html">
* Fixed a bug in renaming URLs of form: <a href="directoryname/">; a
"ServerDefaultFile" setting in the Preferences/INI file defaults to
"index.html" but can be changed manually
* Changed tag/attribute handling so that the following attributes are
always searched for URLs: "href", "src", "background", "codebase",
"action", "usemap", "dynsrc", "lowsrc", "tppabs"
* Handle unlimited numbers of URLs in one tag
* Under Windows 95 & Windows NT 4.0, the taskbar icon no longer
disappears when the wizard dialog pops up.
* Fixed crash when clicking the "Edit" button in the "Verify Filenames"
dialog and no file is selected
* Set default focus to the list box in the "Verify Filenames" and
"Verify ASCII Line End Conversions" dialogs so you can immediately use
the arrow keys to navigate it
* Enable toggling the checkbox state in the list boxes of the "Verify
Filenames" and "Verify ASCII Line End Conversions" dialogs by pressing
the space bar
* Set the default button to "Edit" in the "Verify Filenames" dialog so
pressing the <Return> key now brings up the "Rename File" dialog for the
file selected in the list box
* Double clicking on a list box entry in the "Verify Filenames" dialog
now brings up the "Rename File" dialog
* The "Rename File" dialog's character entry is improved for 8.3 targets
* Macintosh only: the application's preferred size has been increased
from 2000K to 4000K (this should prevent the application from crashing
when larger Web sites (> 400 files) are processed)
* The "Register" applications have been updated with this release
* The "report_of_external_refs.html" file is removed if a site has no
external URLs
* Incorrect reporting of link renaming has been improved in this
scenario: a filename's case is changed and a tag's URL already matches
that changed case
Changes from 1.00 to 1.10:
* Added support for URLs in client-side image maps <img usemap="URL">
* Added support for other tag/attribute pairs
* Can now convert filenames to all upper case or all lower case
* Ignore text in HTML comments: "<!-- Comment to ignore -->"
* Option to open the report using an external text editor (prompts for
the external text editor when report is greater than 32k bytes long)
* Report the existence of file errors, HTML syntax errors, unresolved
links, and unused files at the top of the report
* Updated icons
* Minor modifications to text in dialogs
* Fixed Macintosh version so the license text appears on initial launch
* Launch Web browser when click on "Register online..." button
* Changed URL for online registration
* On Macintosh, fixed wizard dialog size for different installed fonts
* Name change from "Rename!" to "HTML Rename!"
Several of the tags with URLs Supported by HTML Rename!:
<a href="URL"> (standard anchor links)
<applet codebase="URL"> (Java applets)
<area href="URL"> (client-side image maps)
<base href="URL"> (relative URL base for entire page)
<bgsound src="URL"> (background sound for a page)
<body background="URL"> (background image for a page)
<embed src="URL"> (replaced by <object codebase>)
<form action="URL"> (receive and process form's data)
<frame src="URL"> (frames)
<img src="URL"> (standard images)
<img src="URL" dynsrc="URL"> (AVI movie for Internet Explorer)
<img src="URL" lowsrc="URL"> (low-res image for Netscape)
<img src="URL" usemap="URL"> (client-side image maps)
<input src="URL"> (custom images for form buttons)
<link href="URL"> (cascading style sheets, etc.)
<object codebase="URL"> (Java applets & ActiveX ctrls)
<style href="URL"> (future style sheet implementation)
Last updated: 14-May-1997
###